home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / DEPOSITO / sb_bust.swf / scripts / DefineButton2_331 / BUTTONCONDACTION on(release).as
Text File  |  2006-07-26  |  142b  |  8 lines

  1. on(release){
  2.    if(!_global.C.G_Pause)
  3.    {
  4.       _global.C.G_DoPause("OpenMenu");
  5.       _parent.Instruct.gotoAndStop("Page1");
  6.    }
  7. }
  8.